home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / cngonfill.lg < prev    next >
Encoding:
Text File  |  1992-07-09  |  111 b   |  8 lines

  1. to cngonfill :n :rad :dist
  2.  ht
  3.  if :rad <:dist [stop]
  4.  cngon :n (:rad)
  5.  cngonfill :n (:rad-:dist) :dist
  6.  end
  7.  
  8.